QuickTime 3 Reference

Previous | Chapter Top | Chapter Contents | Next

ARGB Color

The ARGBColor structure specifies a color with alpha, red, green, and blue values.

struct ARGBColor {
    unsigned short      alpha;
    unsigned short      red;
    unsigned short      green;
    unsigned short      blue;
};
typedef struct ARGBColor ARGBColor;

Field descriptions

alpha
Specifies the alpha component of the color.
red
Specifies the red component of the color.
green
Specifies the green component of the color.
blue
Specifies the blue component of the color.

© 1997 Apple Computer, Inc.

Previous | Chapter Top | Chapter Contents | Next